.pub-container {
    box-sizing: border-box;
    max-width: 1680px;
    margin: 0 auto;
}

.pub-plr {
    padding: 0 30px;
}
.pub-mlr {
    margin: 0 30px;
}
.h-auto {
    height: auto !important;
}
.pub-content {
    padding-top: 80px;
}

/* 公共顶部导航 */
.pub-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    z-index: 2;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.pub-nav .nav-wrap {
    height: 80px;
    display: flex;
    align-items: center;
}

.pub-nav .logo {
    flex-grow: 1;
}

.pub-nav .logo-img {
    height: 30px;
}

.pub-nav .first-menu-list {
    height: 80px;
    display: flex;
    justify-content: end;
    align-items: center;
    text-align: right;
}

.pub-nav .first-menu-item {
    position: relative;
    font-size: 16px;
    color: #222222;
    margin: 0 25px;
    position: relative;
}

.pub-nav .first-menu-item:hover,
.pub-nav .first-menu-item.active {
    color: #AB1F24;
}
.pub-nav .first-menu-link {
    display: flex;
    justify-content: space-between;
    height: 100%;
    line-height: 100%;
    position: relative;
    padding: 32px 0;
}
/* .pub-nav .first-menu-item:hover .first-menu-link::after, */
.pub-nav .first-menu-item.active .first-menu-link::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #AB1F24;
    border-radius: 2px;
}

.pub-nav .second-menu-list {
    display: none;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 38px;
    white-space: nowrap;
    color: #222;
    line-height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}
.pub-nav .second-menu-list2 {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    padding-top: 63px;
    padding-bottom: 63px;
    background: #FFFFFF;
}

/* .pub-nav .first-menu-item:hover .second-menu-list2, 
.pub-nav .first-menu-item:hover .second-menu-list {
    display: block;
} */
.pub-nav .second-menu-list2 .pub-container {
    width: 100%;
    display: flex;
    justify-content: center;
}
.pub-nav .second-menu-item2 {
    position: relative;
    flex: 1;
    margin-right: 20px;
    font-size: 24px;
    color: #FFFFFF;
}
.pub-nav .second-menu-item2:last-child {
    margin-right: 0;
}
.pub-nav .second-menu-bg {
    display: block;
}
.pub-nav .second-menu-link2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pub-nav .second-menu-item:hover {
    color: #AB1F24;
}

.pub-nav .language-wrap {
    display: flex;
    padding: 0 15px;
    margin-left: 15px;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    background: #AB1F24;
    color: #FFFAFA;
}

.pub-nav .language-wrap .language {
    padding: 0 6px 0 6px;
}

.pub-nav .language-wrap .icon-arrow-down {
    font-size: 10px;
}

.pub-nav .icon-search {
    margin-left: 20px;
    font-size: 18px;
    color: #222;
}
.pub-nav .first-menu-right  {
    display: none;
}

.wap-btn {
    display: none;
}

/* 公共底部 */
.pub-footer {
    box-sizing: border-box;
    max-width: 1920px;
    min-height: 460px;
    width: 100%;
    margin: 0 auto;
    background: url(../images/footer-bg.jpg) center / cover no-repeat;
}
.pub-footer .footer-menu {
    display: flex;
    align-items: center;
    padding: 80px 0;
}
.pub-footer .logo-wrap {
    flex-grow: 1;
}
.pub-footer .footer-logo {
    height: 40px;
    padding-left: 12px;
}
.pub-footer .footer-menu-list {
    display: flex;
    font-size: 16px;
    color: #FFFAFA !important;
}
.pub-footer .footer-menu-item {
    margin: 0 25px;
}
.pub-footer .language-wrap {
    display: flex;
    padding: 0 15px;
    margin-left: 15px;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    box-sizing: border-box;
    background: #AB1F24;
    color: #FFFAFA;
    border: 1px solid #FFFAFA;
}

.pub-footer .language-wrap .language {
    padding: 0 6px 0 6px;
}

.pub-footer .language-wrap .icon-arrow-down {
    font-size: 10px;
}
.pub-footer .footer-info {
    display: flex;
    align-items: center;
}
.pub-footer .footer-info-left {
    flex: 1;
    font-size: 16px;
    color: #FFFAFA;
}
.pub-footer .footer-info-left > p {
    padding: 10px 0;
}
.pub-footer .footer-info .footer-qrcode {
    display: inline-block;
    margin-left: 50px;
}
.pub-footer .footer-info .qrcode {
    width: 160px;
    height: 160px;
}
.pub-footer .footer-info .txt {
    padding: 16px 0;
    text-align: center;
    font-size: 16px;
    color: #FFFAFA;
}
.pub-footer .footer-copyright {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 25px 0;
    font-size: 16px;
    color: #FFFAFA;
    border-top: 1px solid #E45E63;
}


@media screen and (max-width:1400px) {
    .pub-nav .first-menu-item,
    .pub-footer .footer-menu-item {
        margin: 0 16px;
    }
}

@media screen and (max-width:1200px) {
    .pub-plr {
        padding: 0 20px;
    }
    .pub-mlr {
        margin: 0 20px;
    }
    .pub-nav .first-menu-item,
    .pub-footer .footer-menu-item {
        margin: 0 4px;
    }
}

@media screen and (max-width:980px) {
    .pub-plr {
        padding: 0 10px;
    }
    .pub-mlr {
        margin: 0 10px;
    }
    .pub-nav .nav-wrap {
        height: 52px;
    }
    .pub-content {
        padding-top: 52px;
    }
    .pub-nav .logo-img {
        height: 26px;
    }
    .pub-nav .language-wrap {
        height: 30px;
        line-height: 30px;
    }
    .pub-nav .language-wrap,
    .pub-nav .icon-search {
        margin-left: 10px;
    }
    .pub-nav .first-menu-list, .pub-footer .footer-menu-item  {
        display: none;
    }

    .pub-nav .wap-btn {
        display: block;
        cursor: pointer;
    }

    .pub-nav .wap-menu {
        display: block;
        padding-bottom: 20px;
        position: fixed;
        top: 52px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        height: auto;
        overflow: auto;
    }
    /* 隐藏水平滚动条 */
    .pub-nav .wap-menu::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
    .pub-nav .wap-menu .first-menu-item {
        text-align: left;
        border-bottom: 1px solid #eee;
    }
    .pub-nav .wap-menu .first-menu-link {
        padding: 20px;
    }
    .pub-nav .wap-menu .first-menu-right {
        display: block;
        cursor: pointer;
        /* position: absolute;
        right: 10px; */
        font-size: 18px;
        color: #222;
        transition: all .3s;
    }

    .pub-nav .wap-menu .first-menu-item:hover .first-menu-link::after,
    .pub-nav .wap-menu .first-menu-item.active .first-menu-link::after {
        height: 2px;
    }

    .pub-nav .icon-list {
        display: block;
        font-size: 18px;
        margin-left: 10px;
    }

    .pub-nav .icon-no {
        display: none;
        font-size: 18px;
        margin-left: 10px;
    }

    .pub-nav .wap-menu .first-menu-item:hover .second-menu-list,
    .pub-nav .wap-menu .first-menu-item:hover .second-menu-list2 {
        display: none;
        box-shadow: none;
    }
    .pub-nav .wap-menu .first-menu-item.show-second-menu .second-menu-list,
    .pub-nav .wap-menu .first-menu-item.show-second-menu .second-menu-list2 {
        display: block;
        position: static;
        transform:none;
    }
    .pub-nav .second-menu-list2 .pub-container {
        display: block;
    }
    .pub-nav .wap-menu .second-menu-list2 .second-menu-bg {
        display: none;
    }
    .pub-nav .wap-menu .second-menu-list2 {
        padding: 8px 38px;
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    }
    .pub-nav .second-menu-link2 {
        position: static;
        font-size: 16px;
        color: #222;
    }
    .pub-nav .wap-menu .second-menu-list2 .second-menu-link2:hover {
        color: #AB1F24;
    }
    .pub-nav .wap-menu .first-menu-item.show-second-menu .first-menu-right {
        transform: rotate(90deg);
    }

    .pub-footer .footer-info {
        display: block;
    }
    .footer-qrcode-wrap {
        text-align: center;
    }
    .pub-footer .footer-info .footer-qrcode {
        display: inline-block;
        margin: 10px 15px 0;
    }
    .pub-footer .footer-info .qrcode {
        width: 120px;
        height: 120px;
    }
    .pub-footer .footer-menu {
        padding: 30px 0;
    }
    .pub-footer .footer-logo {
        height: 30px;
    }
    .pub-footer .footer-info-left {
        text-align: center;
    }
    .pub-footer .footer-qrcode-wrap {
        padding-top: 10px;
    }
    .pub-footer .footer-copyright {
        flex-direction: column;
        text-align: center;
    }
}

/* 二级页面公共顶部 */
.pub-sub-banner {
    position: relative;
    padding-top: 32%;
}
.pub-sub-banner .pub-sub-bg,
.pub-sub-banner .pub-sub-cont {
    position: absolute;
    left: 0;
}
.pub-sub-banner .pub-sub-bg {
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pub-sub-banner .pub-sub-cont {
    top: 50%;
    padding-left: 15.6%;
    transform: translateY(-50%);
}
.pub-sub-banner .pub-sub-cont .logo {
    width: 320px;
}
.pub-sub-banner .pub-sub-cont .line {
    width: 50px;
    height: 4px;
    background: #FFFFFF;
    margin-top: 50px;
    margin-bottom: 50px;
}
.pub-sub-banner .pub-sub-cont .tit {
    font-size: 48px;
    color: #FFFFFF;
}

@media screen and (max-width:1200px) {
    .pub-sub-banner .pub-sub-cont .logo {
        width: 200px;
    }
    .pub-sub-banner .pub-sub-cont .line {
        width: 30px;
        height: 2px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .pub-sub-banner .pub-sub-cont .tit {
        font-size: 24px;
    }
}

@media screen and (max-width:980px) {
    .pub-sub-banner .pub-sub-cont {
        padding-left: 10%;
    }
    .pub-sub-banner .pub-sub-cont .logo {
        width: 160px;
    }
    .pub-sub-banner .pub-sub-cont .line {
        width: 30px;
        height: 2px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .pub-sub-banner .pub-sub-cont .tit {
        font-size: 16px;
    }
}

/* 面包屑导航 - 公用 */
.pub-sub-nav {
    background: #fff;
    border-bottom: 1px solid #DCDCDC;
}
.pub-sub-nav .pub-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.pub-sub-nav .pub-breadcrumb {
    flex: 1;
    padding: 28px 0;
    font-size: 14px;
    color: #7F7F7F;
}
.pub-sub-nav .pub-breadcrumb .icon {
    width: 16px;
    height: 16px;
    margin-right: 16px;
    position: relative;
    top: 2px;
}
.pub-sub-nav .pub-breadcrumb .link:last-child {
    color: #AB1F24;
}
.pub-sub-nav .pub-sub-nav-list {
    font-size: 0;
}
.pub-sub-nav .pub-sub-nav-item {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding-top: 28px;
    padding-bottom: 28px;
    margin: 0 25px;
    font-size: 16px;
    color: #222222;
}
.pub-sub-nav .pub-sub-nav-item.active {
    color: #AB1F24;
}
.pub-sub-nav .pub-sub-nav-item.active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background: #AB1F24;
}
.pub-sub-nav .pub-search {
    display: none;
    position: absolute;
    right: 0;
    align-items: center;
    width: 300px;
    height: 50px;
    background: #F6F8FA;
    border-radius: 42px;
    margin-left: 25px;
}
.pub-sub-nav .pub-search .pub-search-input {
    width: 100%;
    padding-right: 68px;
    padding-left: 30px;
    background: transparent;
}
.pub-sub-nav .pub-search .pub-search-icon {
    position: absolute;
    right: 30px;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
}
.pub-sub-nav.type2 .pub-search {
    display: flex;
}
.pub-sub-nav.type2 .pub-sub-nav-list {
    margin-right: 300px;
}
@media screen and (max-width:1200px) {
    .pub-sub-nav .pub-breadcrumb,.pub-sub-nav .pub-sub-nav-item {
        padding: 18px 0;
    }
    .pub-sub-nav .pub-search {
        width: 240px;
        height: 38px;
        top: 10px;
    }
    .pub-sub-nav.type2 .pub-sub-nav-list {
        margin-right: 240px;
    }
    .pub-sub-nav .pub-breadcrumb, .pub-sub-nav .pub-sub-nav-item {
        margin: 0 10px;
    }
    .pub-sub-nav .pub-search .pub-search-icon {
        right: 16px;
    }
    .pub-sub-nav .pub-search .pub-search-input {
        padding-right: 52px;
    }
}
@media screen and (max-width:980px) {
    .pub-sub-nav.type2 .pub-sub-nav-list {
        margin-right: 0px;
    }
    .pub-sub-nav .pub-container {
        display: block;
    }
    .pub-sub-nav .pub-breadcrumb {
        padding: 18px 0;
    }
    .pub-sub-nav .pub-sub-nav-item {
        padding: 0 0 10px;
    }
    .pub-sub-nav .pub-sub-nav-list {
        text-align: center;
    }
}
@media screen and (max-width:560px) { 
    .pub-sub-nav .pub-breadcrumb {
        padding: 18px 0 10px;
    }
    .pub-sub-nav .pub-search{
        position: relative;
        width: 100%;
        margin-left: 0;
        top: 0;
    }
    .pub-sub-nav.type2 .pub-sub-nav-list {
        margin-top: 10px;
    }
    .pub-sub-nav .pub-sub-nav-item {
        font-size: 12px;
    }
}